      table {
            margin: 10px auto;
            border-collapse: collapse;
            width: 50%;
            height: 40%;border-radius:10px;
        }
        table, th, td {
            border: 3px solid #f7b203;border-radius:10px;
        }
        th, td {
            padding: 10px;
            width: 10%;
        }
        td {
            cursor: pointer;
        }
        td:hover {
            background-color: #f0f0f0;
        }   
        .click{
            background-color:#800020;
            font-size: 20px;
        } 
        @media (max-width:480px){table {width: 100%;table-layout: fixed;font-size:12px }}